curl --request POST \
--url https://api-lr.agent.ai/v1/action/meeting_prep_classify_meeting \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"processed_event": "{{processed_gcal_event}}",
"output_variable_name": "meeting_classification"
}
'{
"status": 123,
"response": {}
}Classifies meeting type (demo, discovery, follow-up, etc.), extracts topic signals, determines buyer stage and urgency.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/meeting_prep_classify_meeting \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"processed_event": "{{processed_gcal_event}}",
"output_variable_name": "meeting_classification"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)